From: Amir E. Aharoni Date: Wed, 18 Feb 2015 00:25:29 +0000 (+0200) Subject: Fix the Rubocop offense EmptyLinesAroundBody X-Git-Tag: 1.31.0-rc.0~12343^2 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=6fcd6ad4b56b487202dfa5f0b0273e009889c9c3;p=lhc%2Fweb%2Fwiklou.git Fix the Rubocop offense EmptyLinesAroundBody Change-Id: I8f25f4a417f40db263ebaf0a4b5afed97218635a --- diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 2869493fe5..8c2e9df4a5 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -19,11 +19,6 @@ Metrics/LineLength: Style/Documentation: Enabled: false -# Offense count: 1 -# Cop supports --auto-correct. -Style/EmptyLinesAroundBody: - Enabled: false - # Offense count: 1 # Configuration parameters: Exclude. Style/FileName: diff --git a/tests/browser/features/support/pages/view_history_page.rb b/tests/browser/features/support/pages/view_history_page.rb index 6689598643..bb9c58628a 100644 --- a/tests/browser/features/support/pages/view_history_page.rb +++ b/tests/browser/features/support/pages/view_history_page.rb @@ -3,5 +3,4 @@ class ViewHistoryPage a(:view_history_link, href: /action=history/) a(:old_version_link, href: /oldid=/) - -end \ No newline at end of file +end